home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_2231.txt < prev    next >
Text File  |  1990-08-20  |  2KB  |  80 lines

  1. -- card: 2231 from stack: in
  2. -- bmap block id: 3325
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Title
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   put score into field "scorebox"
  10.  
  11.   get bkgnd field "initials" of card "River Trail"
  12.   put it into bkgnd field "textarea" of card "River Trail"
  13.  
  14.   get bkgnd field "initials" of card "Mountain Trail"
  15.   put it into bkgnd field "textarea" of card "Mountain Trail"
  16.  
  17.   get bkgnd field "initials" of card "Communal Hut"
  18.   put it into bkgnd field "textarea" of card "Communal Hut"
  19.  
  20.   get bkgnd field "initials" of card "Hut of the Medicine Man"
  21.   put it into bkgnd field "textarea" of card "Hut of the Medicine Man"
  22.  
  23. end openCard
  24.  
  25. on mouseUp
  26.   visual effect dissolve
  27.   go to card "Your Quest"
  28. end mouseUp
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 8003
  34. -- rect: left=19 top=298 right=324 bottom=148
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: About the Author
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   push card
  46.   visual effect dissolve
  47.   go to card "About the Author"
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 3 (button)
  53. -- low flags: 00
  54. -- high flags: 8003
  55. -- rect: left=365 top=298 right=324 bottom=494
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: About the Story
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   push card
  67.   visual effect dissolve
  68.   go to card "About the Story"
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part contents for background part 2
  74. ----- text -----
  75.  
  76.  
  77.  
  78. -- part contents for background part 5
  79. ----- text -----
  80. 105